home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 210
- Top = 186
- BorderStyle = bsDialog
- Caption = 'Test Test'
- ClientHeight = 131
- ClientWidth = 287
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object LabelHiddenWord: TLabel
- Left = 8
- Top = 8
- Width = 66
- Height = 13
- Caption = '&Hidden Word:'
- FocusControl = edtHiddenWord
- end
- object LabelNoOfOpponents: TLabel
- Left = 8
- Top = 40
- Width = 86
- Height = 13
- Caption = '&No Of Opponents:'
- FocusControl = edtNoOfOpponents
- end
- object buPlay: TButton
- Left = 8
- Top = 64
- Width = 75
- Height = 25
- Caption = '&Play'
- TabOrder = 0
- OnClick = buPlayClick
- end
- object edtHiddenWord: TEdit
- Left = 88
- Top = 8
- Width = 145
- Height = 21
- MaxLength = 30
- TabOrder = 1
- Text = 'edtHiddenWord'
- end
- object edtNoOfOpponents: TEdit
- Left = 104
- Top = 32
- Width = 41
- Height = 21
- TabOrder = 2
- Text = '100'
- end
- object UpDownNoOfOpponents: TUpDown
- Left = 145
- Top = 32
- Width = 15
- Height = 21
- Associate = edtNoOfOpponents
- Min = 1
- Max = 200
- Position = 100
- TabOrder = 3
- Wrap = False
- end
- object buStop: TButton
- Left = 96
- Top = 64
- Width = 75
- Height = 25
- Caption = '&Stop'
- Enabled = False
- TabOrder = 4
- OnClick = buStopClick
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 109
- Width = 287
- Height = 22
- Panels = <
- item
- Width = 150
- end
- item
- Width = 50
- end>
- SimplePanel = True
- end
- end
-